std::basic_string::begin, std::basic_string::cbegin

From Cppreference

Jump to: navigation, search
​iterator begin();

​const_iterator begin() const;

​const_iterator cbegin() const;
(C++0x feature)

Returns an iterator to the first character of the string.

Contents

Parameters

(none)

Return value

iterator to the first character

Complexity

constant

See also

end
cend
returns an iterator to the end
(public member function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages